home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / CUCD / Sound / AHI / SpeakFreely / sfecho.man < prev    next >
Text File  |  1997-03-12  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. SFECHO(1)                                               SFECHO(1)
  5.  
  6.  
  7. NAME
  8.        sfecho - Speak Freely remote echo server
  9.  
  10. SYNOPSIS
  11.        sfecho [ -du ] [ -pport ] [ -vtimeout ]
  12.  
  13. DESCRIPTION
  14.        sfecho  is  a server program which receives sound from re­
  15.        mote hosts in the same manner as sfspeaker, but instead of
  16.        playing  sound  on the workstation's audio output, buffers
  17.        it in memory for ten seconds and then  retransmits  it  to
  18.        the  sending  host.   This allows remote users, even those
  19.        with half-duplex audio hardware, to experiment  with  dif­
  20.        ferent  compression  and encryption modes to optimise end-
  21.        to-end performance without tying up a person on the  other
  22.        end of the connection.
  23.  
  24.        sfecho  can echo sound in RTP and VAT protocols as well as
  25.        Speak Freely's native protocol.  To permit this,  messages
  26.        on  both  the  specified port and the next higher numbered
  27.        port are monitored, queued, and retransmitted.
  28.  
  29.        An echo server can invite connections  by  publishing  its
  30.        existence  on  one  or  more  directory  servers.  See the
  31.        ``Look Who's Listening'' section in the  sfspeaker  manual
  32.        page  for details on how to set the environment variables.
  33.  
  34. OPTIONS
  35.        -d     Enables debug output from sfecho.
  36.  
  37.        -pport Causes sfecho to listen on the specified port  num­
  38.               ber  instead of the default port specified by ``IN­
  39.               TERNET_PORT'' in the Makefile.  To comply with  the
  40.               RTP  standard,  the  port  specified should have an
  41.               even number; the next higher numbered port is  used
  42.               for RTCP control messages.
  43.  
  44.        -u     Prints how-to-call information.
  45.  
  46.        -vtimeout
  47.               When sfecho receives a packet from a host it hasn't
  48.               heard from in timeout seconds, it will  attempt  to
  49.               find  the host name and print a message on standard
  50.               error noting the new connection and  what  compres­
  51.               sion mode is being used.  If the host name can't be
  52.               found, the numeric  IP  address  is  given.   After
  53.               timeout  seconds  of inactivity a message is issued
  54.               indicating the host is  idle.   If  no  timeout  is
  55.               specified, 180 seconds is used.
  56.  
  57. BUGS
  58.        If  sfecho runs out of memory to buffer sound awaiting re­
  59.        transmission, packets are discarded without warning.
  60.  
  61.  
  62.  
  63.  
  64.                             8 APR 1996                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SFECHO(1)                                               SFECHO(1)
  71.  
  72.  
  73.        By default, sfecho listens on Internet port  number  2074,
  74.        the  same  as  sfspeaker, and hence cannot run at the same
  75.        time on the same machine as sfspeaker.  You can specify  a
  76.        different  port  for  sfecho  with the -p option, but many
  77.        users have difficulty connecting to servers with  nonstan­
  78.        dard  port numbers, so this isn't a terribly good idea for
  79.        public servers.  If your server is intended  primarily  to
  80.        echo  messages  in  RTP  protocol, you may want to specify
  81.        port 5004, the default  port  for  RTP  specified  in  RFC
  82.        1890.     Many VAT compatible applications default to port
  83.        3456.
  84.  
  85. ACKNOWLEDGEMENTS
  86.        The implementation  of  MD5  message-digest  algorithm  is
  87.        based on a public domain version written by Colin Plumb in
  88.        1993.  The algorithm is due to Ron Rivest.  The  algorithm
  89.        is described in Internet RFC 1321.
  90.  
  91. SEE ALSO
  92.        sfspeaker(1)
  93.  
  94. AUTHOR
  95.             John Walker
  96.             WWW: http://www.fourmilab.ch/
  97.  
  98.        All  modules  of  Speak  Freely developed by me are in the
  99.        public domain.  See the readme and/or copyright  files  in
  100.        the  idea directory for conditions of use and distribution
  101.        of that component.  This software is  provided  ``as  is''
  102.        without express or implied warranty.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                             8 APR 1996                          2
  131.  
  132.  
  133.